.btn{
	padding: 0;
	margin: 0;
	border: none;
}
.wrap{
	width: 1200px;
	margin: 0 auto;
}
.wrap:after{content:"";height:0;display:block;clear:both}
@media only screen and (max-width: 1440px){
	.wrap{
		width: 1200px;
	}
}
.columnBanner{
	position: relative;
}
.columnBanner img{
	width: 100%;
	display: block;
}
.columnBanner .text{
	width: 1440px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}
@media only screen and (max-width: 1440px){
	.columnBanner .text{
		width: 1200px;
	}
}
.columnBanner .tit{
	line-height: 66px;
	font-size: 60px;
	color: #fff;
	font-weight: normal;
}
.columnBanner .line{
	width: 60px;
	height: 5px;
	background: #fff;
	margin-top: 28px;
}
.columnBanner .txt{
	line-height: 40px;
	font-size: 36px;
	color: #ffffff;
	margin-top: 56px;
}
.aboutPage .scheme{
	background: #f5f5f5;
	padding: 92px 0;
}
.aboutPage .scheme:after{content:"";height:0;display:block;clear:both}
.aboutPage .scheme .left{
	width: 50%;
	float: left;
	padding-right: 100px;
	box-sizing: border-box;
}
.aboutPage .scheme .txt1{
	line-height: 30px;
	font-size: 24px;
	color: #666666;
}
.aboutPage .scheme .txt2{
	line-height: 60px;
	font-size: 48px;
	color: #000000;
	margin-top: 30px;
}
.aboutPage .scheme .btn{
	width: 220px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: url(scheme_btn.png) no-repeat right 44px center #333333;
	display: block;
	font-size: 20px;
	color: #fff;
	text-indent: 44px;
	text-align: left;
	margin-top: 120px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.aboutPage .scheme .btn:hover{
	background-color: #0168B7;
	background-position: right 32px center;
}
.aboutPage .scheme .text{
	width: 50%;
	float: right;
	line-height: 36px;
	font-size: 18px;
	color: #666666;
	text-align: justify;
}
.aboutPage .scheme .text p{
	font-size: 18px;
	color: #666666;
}
.aboutPage .business{
	padding: 100px 0;
}
.aboutPage .business .pic{
	position: relative; overflow:hidden;
}
.aboutPage .business .pic img{
	width: 100%;
	display: block;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all

0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;
}
.aboutPage .business .pic:hover img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.aboutPage .business .pic .filter{
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	background: url(aboutPage_business_filter.png) repeat-x;
	background-size: auto 100%;
}
.aboutPage .business .pic .text{
	position: absolute;
	bottom: 22px;
	left: 0;
	z-index: 5;
	padding: 0 40px;
	box-sizing: border-box;
}
.aboutPage .business .pic .txt1{
	line-height: 40px;
	font-size: 36px;
	color: #fff;
	margin-bottom: 22px;
}
.aboutPage .business .pic .txt2{
	line-height: 30px;
	font-size: 20px;
	color: #fff;
}
.aboutPage .business .list{
	border-left: solid 1px #eaeaea;
	border-top: solid 1px #eaeaea;
	box-sizing: border-box;
}
.aboutPage .business .list:after{content:"";height:0;display:block;clear:both}
.aboutPage .business li{
	width: 50%;
	float: left;
	border-right: solid 1px #eaeaea;
	border-bottom: solid 1px #eaeaea;
	box-sizing: border-box;
	padding: 60px 58px;
	height: 340px;
}
.aboutPage .business li:nth-child(1),
.aboutPage .business li:nth-child(4){
	background: #f5f5f5;
}
.aboutPage .business li .icon{
	height: 84px;
}
.aboutPage .business li .icon img{
	height: 100%;
}
.aboutPage .business li .tit{
	line-height: 30px;
	font-size: 24px;
	color: #000;
	margin-top: 40px;
}
.aboutPage .business li .txt{
	line-height: 30px;
	font-size: 18px;
	color: #666666;
	margin-top: 12px;
}
.aboutPage .service{
	background: #f5f5f5;
	padding: 96px 0 100px 0; padding-bottom:0;
}
.columnTitle{
	text-align: center;
	margin-bottom: 58px;
	line-height: 40px;
	font-size: 36px;
	color: #000000;
}
.columnTitle .tit{
	line-height: 40px;
	font-size: 36px;
	color: #000000;
}
.columnTitle .txt{
	line-height: 30px;
	font-size: 20px;
	color: #666666;
	margin-top: 14px;
}
.aboutPage .service .tab{
	width: 960px;
	border-top: solid 1px #eaeaea;
	border-left: solid 1px #eaeaea;
	box-sizing: border-box;
	float: left;
}
.aboutPage .service .tab li{
	width: 25%;
	height: 240px;
	float: left;
	border-right: solid 1px #eaeaea;
	border-bottom: solid 1px #eaeaea;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	transition:all 0.3s;
}
.aboutPage .service .tab li:nth-child(8),
.aboutPage .service .tab li:nth-child(6),
.aboutPage .service .tab li:nth-child(3),
.aboutPage .service .tab li:nth-child(1){
	background: #fff;
}
.aboutPage .service .tab li .icon2,
.aboutPage .service .tab li .icon1{
	height: 100px;
	margin-top: 30px;
	background-repeat:no-repeat; background-position:center center; background-size:100px 100px;
}
.aboutPage .service .tab li .icon1 img{transition:all 0.3s;opacity:0;filter:Alpha(opacity=0);}
.aboutPage .service .tab li .number{
	line-height: 60px;
	font-size: 60px;
	color: #e2e2e2;
	margin-top: 10px;
}
.aboutPage .service .tab li .text{
	line-height: 36px;
	height: 36px;
	font-size: 20px;
	color: #000000;
	margin-top: -20px;
	background: #f5f5f5;
	position: relative;
	z-index: 5;
}
.aboutPage .service .tab li:nth-child(8) .text,
.aboutPage .service .tab li:nth-child(6) .text,
.aboutPage .service .tab li:nth-child(3) .text,
.aboutPage .service .tab li:nth-child(1) .text{
	background: #fff;
}
.aboutPage .service .tab li .icon2{
	display: none;
}
.aboutPage .service .tab li.on .icon2{
	display: block;
}
.aboutPage .service .tab li.on{z-index: 10;box-shadow: -6px 6px 10px rgba(0,0,0,.1); position:relative; -webkit-transform: translate3d(0, -2.5px, 0); transform: translate3d(0, -2.5px, 0);}
.aboutPage .service .tab li.on .icon1 img{
	/*display: none;*/opacity:1.0;filter:Alpha(opacity=100);
}
.aboutPage .service .tabBox{
	width: 460px;
	height: 480px;
	float: right;
	background: url(aboutPage_service_tabBox.jpg) no-repeat;
	background-size: 100% auto;
	padding: 80px 78px 0 78px;
	box-sizing: border-box;transition:all 0.3s;
}
.aboutPage .service .tabBox:hover{ margin-top:-10px;}
.aboutPage .service .tabBox .box{ display:none;}
.aboutPage .service .tabBox li{
	display: none;
}
.aboutPage .service .tabBox .tit{
	line-height: 50px;
	font-size: 48px;
	color: #fff;
}
.aboutPage .service .tabBox .line{
	width: 50px;
	height: 4px;
	background: #fff;
	margin-top: 18px;
}
.aboutPage .service .tabBox .txt{
	line-height: 30px;
	font-size: 20px;
	color: #fff;
	margin-top: 36px;
}
.aboutPage .service .tabBox .txt p{
	font-size: 20px;
	color: #fff;
}
@media only screen and (max-width: 1440px){
	.aboutPage .service .tab{
		width: 800px;
	}
	.aboutPage .service .tabBox{
		width: 380px;
		height: 480px;
		float: right;
		background: url(aboutPage_service_tabBox.jpg) no-repeat #0168B7;
		background-size: 100% auto;
		padding: 80px 40px 0 40px;
		box-sizing: border-box;
	}
}
.aboutPage .qualification{
	padding: 100px 0;
	background: url(aboutPage_qualification_bg.jpg) no-repeat center 0;
}
.aboutPage .qualification .columnTitle .tit,
.aboutPage .qualification .columnTitle .txt{
	color: #fff;
}
.aboutPage .qualification .picScroll-left{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.aboutPage .qualification .picScroll-left .bd ul{
	overflow: hidden;
	zoom: 1;
}
.aboutPage .qualification .picScroll-left .bd li{
	width: 330px;
	height: 400px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	margin-right: 40px;
}
.aboutPage .qualification .picScroll-left .bd li img{
	max-width: 100%;
}
.aboutPage .qualification .picScroll-left .prev,
.aboutPage .qualification .picScroll-left .next{
	width: 52px;
	height: 52px;
	display: block;
	cursor: pointer;
	position: absolute;
	left: -52px;
	top: 50%;
	margin-top: -25px;
	z-index: 5;
	background: url(qualification_prev1.png) no-repeat 0 0;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	opacity: 0;
}
.aboutPage .qualification .picScroll-left .prev:hover{
	background-image: url(qualification_prev2.png);
}
.aboutPage .qualification .picScroll-left .next{
	left: auto;
	right: -52px;
	background-image: url(qualification_next1.png);
}
.aboutPage .qualification .picScroll-left .next:hover{
	background-image: url(qualification_next2.png);
}
.aboutPage .qualification .picScroll-left:hover .prev{
	left: 20px;
	opacity: 1;
}
.aboutPage .qualification .picScroll-left:hover .next{
	right: 20px;
	opacity: 1;
}
@media only screen and (max-width: 1440px){
	.aboutPage .qualification .picScroll-left .bd li{
		margin-right: 20px;
		width: 285px;
		height: 345px;
	}
}
.developmentPage{
	padding: 96px 0 90px 0;
	background: #f5f5f5;
}
.developmentPage .title{
	line-height: 40px;
	font-size: 36px;
	color: #000000;
	text-align: center;
}
.developmentPage .list{
	border-top: solid 1px #e6e6e6;
	border-left: solid 1px #e6e6e6;
	box-sizing: border-box;
	margin-top: 58px;
}
.developmentPage li{
	border-bottom: solid 1px #e6e6e6;
}
.developmentPage li:after{content:"";height:0;display:block;clear:both}
.developmentPage li:nth-child(odd) .box{
	background: #fff;
}
.developmentPage li .box{
	width: 50%;
	float: left;
	border-right: solid 1px #e6e6e6;
	box-sizing: border-box;
	padding: 38px 38px 0 38px;
	height: 358px;
}
.developmentPage li .icon{
	height: 42px;
}
.developmentPage li .icon img{
	height: 100%;
}
.developmentPage li .years{
	line-height: 32px;
	font-size: 30px;
	color: #666666;
	margin-top: 38px;
}
.developmentPage li .txt{
	line-height: 30px;
	font-size: 16px;
	color: #333333;
	margin-top: 22px;
}
.developmentPage li .txt p{
	font-size: 16px;
	color: #333333;
}
.jobPage .team{
	padding: 70px 0;
	background: #f5f5f5;
}
.jobPage .team .tab{
	text-align: center;
	border-bottom: solid 1px #dfdfdf;
	padding-bottom: 40px;
	margin-top: 10px;
}
.jobPage .team .tab ul{
	display: inline-block;
}
.jobPage .team .tab li{
	width: 140px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 18px;
	color: #000000;
	float: left;
	margin: 0 10px;
	border-radius: 38px;
	cursor: pointer;
}
.jobPage .team .tab li.on{
	background: #0168B7;
	color: #fff;
}
.jobPage .team .tabBox{
	margin-top: 60px;
}
.jobPage .team .tabBox .box{
	display: none;
}
.jobPage .team .tabBox .box:after{content:"";height:0;display:block;clear:both}
.jobPage .team .tabBox li{
	width: 380px;
	float: left;
	background: #fff;
	margin-left: 30px;
	cursor: pointer;
}
.jobPage .team .tabBox li:nth-child(3n+1){
	margin-left: 0;
}
.jobPage .team .tabBox li .pic{
	height: 285px;
	overflow: hidden;
}
.jobPage .team .tabBox li .pic img{
	width: 100%;
	display: block;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	/* filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%); */
}
.jobPage .team .tabBox li:hover .pic img{
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
}
.jobPage .team .tabBox li .text{
	height: 80px;
	padding: 24px 28px 0 28px;
	box-sizing: border-box;
}
.jobPage .team .tabBox li .name{
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	text-align: center;
	color: #0168B7;
	overflow:hidden;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	word-break:break-all;
}
.jobPage .team .tabBox li .duties{
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	color: #666666;
	overflow:hidden;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	word-break:break-all;
	margin-top: 8px;
}
@media only screen and (max-width: 1440px){
	.jobPage .team .tabBox li{
		width: 386.6px;
		margin-left: 20px;
		margin-bottom: 20px;
	}
	.jobPage .team .tabBox li .pic{
		height: 285px;
	}
}
.jobPage .culture{
	padding: 96px 0 100px 0;
}
.jobPage .culture .picScroll-left{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.jobPage .culture .content img{
	width: 100%;
	display: block;
}
.jobPage .culture .prev,
.jobPage .culture .next{
	width: 52px;
	height: 52px;
	position: absolute;
	left: -52px;
	top: 50%;
	transform: translate(0%,-50%);
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);
	z-index: 5;
	background: url(qualification_prev1.png) no-repeat 0 0;
	cursor: pointer;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	opacity: 0;
}
.jobPage .culture .next{
	right: -52px;
	left: auto;
	background-image: url(qualification_next1.png);
}
.jobPage .culture .prev:hover{
	background-image: url(qualification_prev2.png);
}
.jobPage .culture .next:hover{
	background-image: url(qualification_next2.png);
}
.jobPage .culture .picScroll-left:hover .prev{
	left: 25px;
	opacity: 1;
}
.jobPage .culture .picScroll-left:hover .next{
	right: 25px;
	opacity: 1;
}
.jobPage .recruitment{
	background: url(recruitment_bg.jpg) no-repeat center 0;
	padding: 96px 0 80px 0;
}
.jobPage .recruitment .columnTitle .txt,
.jobPage .recruitment .columnTitle .tit{
	color: #fff;
}
.jobPage .recruitment li{
	width: 710px;
	float: left;
	margin-bottom: 20px;
}
.jobPage .recruitment li:nth-child(even){
	margin-left: 20px;
}
.jobPage .recruitment li a{
	width: 100%;
	height: 100%;
	display: block;
	background: #fff;
	padding: 40px;
	box-sizing: border-box;
}
.jobPage .recruitment li .icon2,
.jobPage .recruitment li .icon1{
	height: 60px;
}
.jobPage .recruitment li .icon2 img,
.jobPage .recruitment li .icon1 img{
	height: 100%;
}
.jobPage .recruitment li .icon2{
	display: none;
}
.jobPage .recruitment li .tit{
	height: 30px;
	line-height: 30px;
	font-size: 24px;
	color: #000;
	margin-top: 24px;
}
.jobPage .recruitment li .txt{
	height: 60px;
	line-height: 30px;
	font-size: 18px;
	color: #666666;
	margin-top: 12px;
	overflow:hidden;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	word-break:break-all;
}
.jobPage .recruitment li .btn{
	width: 54px;
	height: 54px;
	background: url(recruitment_btn1.png) no-repeat 0 0;
	margin-top: 44px;
}
.jobPage .recruitment li a:hover{
	background: #0168B7;
}
.jobPage .recruitment li a:hover .icon1{
	display: none;
}
.jobPage .recruitment li a:hover .icon2{
	display: block;
}
.jobPage .recruitment li a:hover .txt,
.jobPage .recruitment li a:hover .tit{
	color: #fff;
}
.jobPage .recruitment li a:hover .btn{
	background-image: url(recruitment_btn2.png);
	margin-left: 20px;
}
.jobPage .recruitment li a,
.jobPage .recruitment li .icon1,
.jobPage .recruitment li .icon2,
.jobPage .recruitment li .txt,
.jobPage .recruitment li .tit,
.jobPage .recruitment li .btn{
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
@media only screen and (max-width: 1440px){
	.jobPage .recruitment li{
		width: 590px;
	}
}
.teamPage{
	background: #f5f5f5;
	padding: 100px 0;
}
.teamPage .right{
	width: 150px;
	float: right;
}
.teamPage .right .btnBox{
	float: right;
}
.teamPage .right a{
	width: 54px;
	height: 54px;
	float: left;
	background: url(teamPage_prev1.png) no-repeat 0 0;
	margin-left: 20px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
.teamPage .right a.prev:hover{
	background-image: url(teamPage_prev2.png);
}
.teamPage .right a.next{
	background-image: url(teamPage_next1.png);
}
.teamPage .right a.next:hover{
	background-image: url(teamPage_next2.png);
}
.teamPage .content{
	width: 1080px;
	float: left;
	border-right: solid 1px #e3e3e3;
	padding-right: 100px;
	box-sizing: border-box;
}
.teamPage .title{
	line-height: 40px;
	font-size: 36px;
	color: #000000;
	font-weight: normal;
}
.teamPage .slogan{
	line-height: 24px;
	font-size: 20px;
	color: #333333;
	margin-top: 14px;
}
.teamPage .text{
	margin-top: 70px;
	line-height: 30px;
	font-size: 18px;
	color: #000000;
}
.teamPage .text p{
	font-size: 18px;
	color: #000000;
}
.teamPage .text .tit{
	font-size: 20px;
	font-weight: bold;
}
.teamPage .content .btn{
	width: 200px;
	height: 48px;
	line-height: 48px;
	border-radius: 48px;
	background: url(scheme_btn.png) no-repeat right 39px center #0168B7;
	display: block;
	padding: 0;
	margin: 0;
	font-size: 20px;
	color: #fff;
	text-indent: 40px;
	margin-top: 60px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.teamPage .content .btn:hover{
	background-color: #ff6200;
	background-position: right 30px center;
}
@media only screen and (max-width: 1440px){
	.teamPage .content{
		width: 1050px;
	}
}
.paymentPage{
	padding: 78px 0 60px 0;
	background: #f5f5f5;
}
.paymentPage .title{
	line-height: 40px;
	font-size: 36px;
	color: #000000;
	text-align: center;
}
.paymentPage .list{
	margin-top: 58px;
}
.paymentPage li{
	width: 710px;
	float: left;
	margin-bottom: 20px;
	background: #fff;
	padding: 50px 50px 30px 50px;
	box-sizing: border-box;
}
.paymentPage li:nth-child(even){
	margin-left: 20px;
}
.paymentPage li .pic{
	height: 80px;
	overflow: hidden;
}
.paymentPage li .pic img{
	max-height: 100%;
}
.paymentPage li .text{
	line-height: 24px;
	font-size: 18px;
	color: #333333;
	margin-top: 20px;
}
.paymentPage li .text p{
	font-size: 18px;
	color: #333333;
	margin-bottom: 14px;
}
@media only screen and (max-width: 1440px){
	.paymentPage li{
		width: 590px;
	}
}
.contactPage .intention{
	background: #f5f5f5;
	padding: 98px 0 80px 0;
}
.contactPage .intention .title{
	line-height: 40px;
	font-size: 36px;
	color: #000000;
}
.contactPage .intention .right,
.contactPage .intention .left{
	float: left;
	width: 710px;
	margin-top: 28px;
}
.contactPage .intention .right{
	float: right;
}
.contactPage .intention .inpu{
	border: solid 1px #e6e6e6;
	box-sizing: border-box;
	background: #fff;
	padding: 10px 0px;
	margin-bottom: 20px;
}
.contactPage .intention .inpu textarea,
.contactPage .intention .inpu input{
	width: 100%;
	height: 48px;
	line-height: 48px;
	box-sizing: border-box;
	font-size: 18px;
	color: #333;
	border: none;
	outline:none;
	padding: 0 20px;
	box-sizing: border-box;
	background: none;
}
.contactPage .intention .inpu input::-webkit-input-placeholder{color:#666;}
.contactPage .intention .inpu input:-moz-placeholder{color:#666;}
.contactPage .intention .inpu input::-moz-placeholder{color:#666;}
.contactPage .intention .inpu input:-ms-input-placeholder{color:#666;}
.contactPage .intention .inpu textarea::-webkit-input-placeholder{color:#666;}
.contactPage .intention .inpu textarea:-moz-placeholder{color:#666;}
.contactPage .intention .inpu textarea::-moz-placeholder{color:#666;}
.contactPage .intention .inpu textarea:-ms-input-placeholder{color:#666;}
.contactPage .intention .inpu textarea{
	height: 228px;
	resize: none;
	line-height: 24px;
	padding: 10px 20px;
}
.contactPage .intention .btn{
	margin: 0;
	padding: 0;
	height: 70px;
	text-align: center;
}
.contactPage .intention .btn a,
.contactPage .intention .btn button,
.contactPage .intention .btn input{
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	display: block;
	border: none;
	border-radius: 0;
	background: #0168B7;
	-webkit-appearance:none;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.contactPage .intention .btn a,
.contactPage .intention .btn button,
.contactPage .intention .btn input:hover{
	background: #0168B7;
}
@media only screen and (max-width: 1440px){
	.contactPage .intention .right,
	.contactPage .intention .left{
		width: 590px;
	}
}
.contactPage .contact{
	padding: 100px 0;
}
.contactPage .contact #allmap,
.contactPage .contact .map{
	width: 100%;
	height: 550px;
}
.contactPage .contact .list{
	border-left: solid 1px #e6e6e6;
	box-sizing: border-box;
}
.contactPage .contact .list:after{content:"";height:0;display:block;clear:both}
.contactPage .contact .list li{
	width: 25%;
	float: left;
	border-right: solid 1px #e6e6e6;
	border-bottom: solid 1px #e6e6e6;
	box-sizing: border-box;
	text-align: center;
	padding-bottom: 66px;
}
.contactPage .contact .list li .icon{
	height: 138px;
	margin-top: 75px;
}
.contactPage .contact .list li .icon img{
	height: 100%;
}
.contactPage .contact .list li .text{
	line-height: 30px;
	font-size: 18px;
	color: #666666;
	margin-top: 40px;
}
.contactPage .contact .list li .text a,
.contactPage .contact .list li .text p{
	font-size: 18px;
	color: #666666;
}
.contactPage .traffic{
	background: #f5f5f5;
	padding: 100px 0;
}
.contactPage .traffic .title{
	text-align: center;
	line-height: 40px;
	font-size: 36px;
	color: #000000;
}
.contactPage .traffic .list{
	border: solid 1px #e6e6e6;
	box-sizing: border-box;
	margin-top: 58px;
}
.contactPage .traffic .list:after{content:"";height:0;display:block;clear:both}
.contactPage .traffic li{
	width: 33.333%;
	float: left;
	border-left: solid 1px #e6e6e6;
	box-sizing: border-box;
	background: #fff;
	padding: 102px 40px 68px 40px;
	box-sizing: border-box;
	text-align: center;
}
.contactPage .traffic li:first-child{
	border-left: none;
}
.contactPage .traffic li .icon{
	height: 56px;
}
.contactPage .traffic li .icon img{
	max-height: 100%;
}
.contactPage .traffic li .tit{
	line-height: 30px;
	font-size: 24px;
	color: #000000;
	margin-top: 24px;
	padding-bottom: 38px;
	background: url(traffic_line.gif) repeat-x 0 bottom;
}
.contactPage .traffic li .text{
	line-height: 24px;
	font-size: 16px;
	color: #666666;
	margin-top: 35px;
}

/*载入页面动画*/
.contactPage .intention .title,
.contactPage .intention .left,
.contactPage .intention .right,
.contactPage .contact .map,
.contactPage .contact .list,
.contactPage .traffic .title,
.contactPage .traffic .list,
.paymentPage .title,
.paymentPage .list,
.jobPage .columnTitle,
.jobPage .team .tab,
.jobPage .team .tabBox,
.jobPage .culture .content,
.jobPage .recruitment .list,
.developmentPage .list,
.developmentPage .columnTitle,
.aboutPage .qualification .columnTitle,
.aboutPage .qualification .picScroll-left,
.aboutPage .service .columnTitle,
.aboutPage .service .tab,
.aboutPage .service .tabBox,
.aboutPage .business .list,
.aboutPage .business .pic,
.aboutPage .scheme .wrap{
    position: relative;
    top: 150px;
    opacity: 0;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
}








